home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / HPIIP522.PPD < prev    next >
Text File  |  1991-12-05  |  13KB  |  383 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "HP LaserJet IIP" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012637 or 013019
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 20 May 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.2"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(HP LaserJet IIP)"
  20. *PSVersion: "(52.2) 0"
  21. *NickName: "HP LaserJet IIP PostScript v52.2"
  22.  
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "1923298"
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False
  29. *?FileSystem: "save /initializedisk where{pop(True)}{(False)} ifelse = flush restore"
  30. *Throughput: "4"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 
  93. 1 exch sub }"
  94. *End
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101.  
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion or PaperTray.
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "statusdict begin lettertray end"
  106. *PageSize Legal: "statusdict begin legaltray end"
  107. *PageSize Executive: "statusdict begin executivetray end"
  108. *PageSize A4: "statusdict begin a4tray end"
  109. *PageSize Envelope.297.684/Comm #10 Envelope: "
  110. statusdict begin com10envelopetray end"
  111. *End
  112. *PageSize Envelope.279.540/Monarch Envelope: "
  113. statusdict begin monarcenvelopetray end"
  114. *End
  115. *PageSize Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  116. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  117. *?PageSize: "
  118.  save statusdict begin
  119.   8 dict begin
  120.    /lettertray (Letter) def /legaltray (Legal) def
  121.    /executivetray (Executive) def /a4tray (A4) def
  122.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  123.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def 
  124.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  125.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  126.    papersize {
  127.      {load exec} stopped not{= flush}if
  128.    }{
  129.      {load exec} stopped not{print (.Transverse) = flush}
  130.      {(Unknown) = flush}ifelse
  131.    }ifelse
  132.   end
  133.  end restore
  134. "
  135. *End
  136.  
  137. *% These entries will set up the frame buffer. Usually used with manual feed.
  138. *DefaultPageRegion: Letter
  139. *PageRegion Letter: "letter"
  140. *PageRegion Legal: "legal"
  141. *PageRegion Executive: "executivepage"
  142. *PageRegion A4: "a4"
  143. *PageRegion B5: "b5"
  144. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10envelope"
  145. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope"
  146. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  147. *PageRegion Envelope.459.649/C5 Envelope: "c5envelope"
  148.  
  149. *% These entries will invoke a particular tray--error may occur if tray 
  150. *% is not inserted.
  151. *% These errors should be trapped by software and a message displayed
  152. *DefaultPaperTray: None
  153. *PaperTray Letter: "statusdict begin lettertray end"
  154. *PaperTray Legal: "statusdict begin legaltray end"
  155. *PaperTray Executive: "statusdict begin executivetray end"
  156. *PaperTray A4: "statusdict begin a4tray end"
  157. *PaperTray Envelope.297.684/Comm #10 Envelope: "
  158. statusdict begin com10envelopetray end"
  159. *End
  160. *PaperTray Envelope.279.540/Monarch Envelope: "
  161. statusdict begin monarcenvelopetray end"
  162. *End
  163. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  164. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  165. *?PaperTray: "
  166.  save statusdict begin
  167.   8 dict begin
  168.    /lettertray (Letter) def /legaltray (Legal) def
  169.    /executivetray (Executive) def /a4tray (A4) def
  170.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  171.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def
  172.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  173.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  174.    papersize {
  175.      {load exec} stopped not{= flush}if
  176.    }{
  177.      {load exec} stopped not{print (.Transverse) = flush}if
  178.    }ifelse
  179.   end
  180.  end restore
  181. "
  182. *End
  183.  
  184. *% The following entries provide information about specific paper keywords.
  185. *DefaultImageableArea: Letter
  186. *ImageableArea Letter: "18 19 593 774 "
  187. *ImageableArea Legal: "18 19 593 990 "
  188. *ImageableArea Executive: "18 19 501 738 "
  189. *ImageableArea A4: "18 19 578 824 "
  190. *ImageableArea B5: "18 19 505 13 "
  191. *ImageableArea Envelope.297.684/Comm #10 Envelope: "18 19 278 666 "
  192. *ImageableArea Envelope.279.540/Monarch Envelope: "18 19 259 522 "
  193. *ImageableArea Envelope.312.624/DL Envelope: "18 19 294 605 "
  194. *ImageableArea Envelope.459.649/C5 Envelope: "18 19 440 630 "
  195. *?ImageableArea: "
  196.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  197.   newpath clippath pathbbox
  198.   4 -2 roll exch 2 {ceiling cvp} repeat
  199.   exch 2 {floor cvp} repeat flush
  200.  restore
  201. "
  202. *End
  203.  
  204.  
  205. *% These provide the physical dimensions of the paper (by keyword)
  206. *DefaultPaperDimension: Letter
  207. *PaperDimension Letter: "612 792"
  208. *PaperDimension Legal: "612 1008"
  209. *PaperDimension Executive: "522 756"
  210. *PaperDimension A4: "595 842"
  211. *PaperDimension B5: "516 728"
  212. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  213. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  214. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  215. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  216.  
  217. *DefaultOutputBin: Upper
  218. *DefaultInputSlot: None
  219. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  220. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  221. *?InputSlot: "
  222.  save statusdict begin
  223.   2 dict begin
  224.    /0 (Upper) def
  225.    /1 (Lower) def
  226.    papertray 
  227.      {( ) cvs cvn load exec} stopped not{= flush}if
  228.   end
  229.  end restore
  230. "
  231. *End
  232.  
  233. *DefaultManualFeed: False
  234. *?ManualFeed: "
  235. save
  236.   statusdict /manualfeed get
  237.   {(True)}{(False)}ifelse = flush
  238. restore"
  239. *End
  240. *ManualFeed True: "statusdict begin /manualfeed true store end"
  241. *ManualFeed False: "statusdict begin /manualfeed false store end"
  242.  
  243. *DefaultOutputOrder: Normal
  244.  
  245. *DefaultCollator: None
  246. *DefaultSorter: None
  247. *DefaultDuplex: None
  248.  
  249. *% Font Information =====================
  250.  
  251. *DefaultFont: Courier
  252. *Font AvantGarde-Book: Standard "(001.002)"
  253. *Font AvantGarde-BookOblique: Standard "(001.002)"
  254. *Font AvantGarde-Demi: Standard "(001.003)"
  255. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  256. *Font Bookman-Demi: Standard "(001.001)"
  257. *Font Bookman-DemiItalic: Standard "(001.001)"
  258. *Font Bookman-Light: Standard "(001.001)"
  259. *Font Bookman-LightItalic: Standard "(001.001)"
  260. *Font Courier: Standard "(002.002)"
  261. *Font Courier-Bold: Standard "(002.002)"
  262. *Font Courier-BoldOblique: Standard "(002.002)"
  263. *Font Courier-Oblique: Standard "(002.002)"
  264. *Font Helvetica: Standard "(001.002)"
  265. *Font Helvetica-Bold: Standard "(001.002)"
  266. *Font Helvetica-BoldOblique: Standard "(001.002)"
  267. *Font Helvetica-Narrow: Standard "(001.002)"
  268. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  269. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  270. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  271. *Font Helvetica-Oblique: Standard "(001.002)"
  272. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  273. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  274. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  275. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  276. *Font Palatino-Bold: Standard "(001.002)"
  277. *Font Palatino-BoldItalic: Standard "(001.002)"
  278. *Font Palatino-Italic: Standard "(001.002)"
  279. *Font Palatino-Roman: Standard "(001.001)"
  280. *Font Symbol: Special "(001.003)"
  281. *Font Times-Bold: Standard "(001.002)"
  282. *Font Times-BoldItalic: Standard "(001.004)"
  283. *Font Times-Italic: Standard "(001.002)"
  284. *Font Times-Roman: Standard "(001.002)"
  285. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  286. *Font ZapfDingbats: Special "(001.002)"
  287. *?FontQuery: "
  288. save  2 dict begin /sv exch def
  289. /str 128 string def
  290. {
  291.   count 0 gt {
  292.     dup str cvs (/) print print (:) print
  293.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  294.   }{ exit } ifelse
  295. } bind loop
  296. (*) = flush
  297. sv end restore
  298. "
  299. *End
  300.  
  301. *?FontList: "
  302. save  2 dict begin /sv exch def
  303. /str 128 string def
  304. FontDirectory { pop == } bind forall flush
  305. (*) = flush
  306. sv end restore
  307. "
  308. *End
  309.  
  310.  
  311. *% Printer Messages (verbatim from printer):
  312. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  313. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  314. *Message: "\FontName\ not found, using Courier"
  315.  
  316. *% Status (format: %%[ status: <one of these> ]%% )
  317. *Status: "idle"
  318. *Status: "busy"
  319. *Status: "waiting"
  320. *Status: "printing"
  321. *Status: "PrinterError: Out Of Paper"
  322. *Status: "PrinterError: Cover Open"
  323. *Status: "PrinterError: Feed Manual"
  324. *Status: "PrinterError: Paper Jam"
  325. *Status: "PrinterError: Miscellaneous Error"
  326. *Status: "PrinterError: Fatal Error"
  327.  
  328. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  329. *Source: "serial9"
  330. *Source: "serial25"
  331. *Source: "AppleTalk"
  332. *Source: "Centronics"
  333.  
  334. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  335. *PrinterError: "Out Of Paper"
  336. *PrinterError: "Cover Open"
  337. *PrinterError: "Feed Manual"
  338. *PrinterError: "Paper Jam"
  339. *PrinterError: "Miscellaneous Error"
  340. *PrinterError: "Fatal Error"
  341.  
  342. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  343.  
  344. *% Color Separation Information =====================
  345.  
  346. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  347.  
  348. *InkName: ProcessBlack/Process Black
  349. *InkName: CustomColor/Custom Color
  350. *InkName: ProcessCyan/Process Cyan
  351. *InkName: ProcessMagenta/Process Magenta
  352. *InkName: ProcessYellow/Process Yellow
  353.  
  354. *%  For 60 lpi / 300 dpi  ===============================
  355.  
  356. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  357. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  358. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  359. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  360. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  361.  
  362. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  365. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  366. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  367.  
  368. *%  For 53 lpi / 300 dpi  ===============================
  369.  
  370. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  371. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  372. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  373. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  374. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  375.  
  376. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  377. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  378. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  379. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  380. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  381.  
  382. *% end of PPD file for HP LaserJet IIP
  383.